POST
/
v2
/
offsite-ads
/
advertisers
curl --request POST \
  --url https://api.topsort.com/v2/offsite-ads/advertisers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "dsp": "google_ads",
  "vendorId": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dsp
enum<string>
required
Available options:
google_ads,
meta
vendorId
string
required

The vendor ID from the external system.

Response

201
_mintlify/placeholder

Advertiser already exists